{config_load file="lang_`$smarty.session.strLangue`.txt"} {include file="header.html" title=Pastes}
{include file="admin.sidebar.html"}
{include file="stats.html"}

All pastes

{literal}      {/literal} {if isset($smarty.get.edit)}

Edit paste: {$getPaste.title}

Paste title
Date {literal}{/literal}
Langague
Paste
{else}

{#searchDynamic#}

{foreach key=key item=item from=$getPastes} {/foreach}
Title Unique id Lang Date Hits
{$item.title} {$item.uniqueid} {$item.lang} {$item.date} {$item.hits}
{/if}
{include file="footer.html"}